home *** CD-ROM | disk | FTP | other *** search
- -- background: 2709 from stack: in
- -- bmap block id: 4784
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=387 top=294 right=315 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 8192
- -- line height: 16
- -- part name: Done
- ----- HyperTalk script -----
- on mouseUp
- global RPStackName,gMainStack6
- lock screen
- set cursor to 4
- if lineOffset(gMainStack6,the stacks) > 0 then
- send "Domenu close stack" to HyperCard
- end if
- go gMainStack6
- unlock screen with barn door open fast
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=6 top=294 right=315 bottom=61
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 8192
- -- line height: 16
- -- part name: Back
- ----- HyperTalk script -----
- on mouseUp
- visual iris close
- go cd 1
- end mouseUp
-